home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00093_BOTON CONFIG NORMAL.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  644 b   |  24 lines

  1. on mouseUp
  2.   global ayuda_on, idioma, cast_ant, paleta_conf
  3.   if rollOver(25) then
  4.     puppetSound(0)
  5.     puppetSprite(2, 1)
  6.     puppetSprite(3, 1)
  7.     puppetSprite(17, 1)
  8.     repeat with xx = 20 to 25
  9.       puppetSprite(xx, 0)
  10.     end repeat
  11.     preLoad(label("configuracion") + 1, label("configuracion") + 20)
  12.     if ayuda_on then
  13.       puppetSprite(40, 1)
  14.       set the castNum of sprite 40 to the number of cast "HELP2_EN.PIC" + idioma - 1
  15.       activa_ayuda()
  16.       puppetTransition(50, 0, 8)
  17.       updateStage()
  18.     end if
  19.     set paleta_conf to the framePalette
  20.     puppetPalette(paleta_conf)
  21.     play frame "configuracion"
  22.   end if
  23. end
  24.